home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DC CD-ROM Comic Book: Batman - Partners in Peril
/
DC CD-ROM Comic Book: Batman - Partners in Peril.iso
/
pc
/
intro.dxr
/
00133_aplayon.BMP.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-20
|
429 b
|
19 lines
on mouseUp
global gAuto, gHelp, gquit, k
if k = 0 then
set k to 1
puppetSound("click05.wav")
puppetSprite(12, 1)
if gAuto = 0 then
set the castNum of sprite 12 to the number of member "Aplayon.bmp"
set gAuto to 1
else
if gAuto = 1 then
set the castNum of sprite 12 to the number of member "Aplayoff.bmp"
set gAuto to 0
end if
end if
set k to 0
end if
end